SetHeight

Syntax

Screen:SetHeight(value)

Description

Resizes the height of the viewing Screen.

Note

This does not work on GNU/Linux.

Example

function main() {
  Screen:Show()
 
  Screen:SetHeight(480)  //resize the viewing Screen to 320x480
 
  Konsol:Delay(1000)  //pause for a second to read the message
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net